A. Set the ClientTarget property to Downlevel
B. Set the Runat property to server
C. Set the inherits property to codeb
D. Set the language property to C#
Advertisement
Related Mcqs:
- Attribute must be set on a validator control for the validation to work.
- A. ValidateControl B. ControlToValidate C. ControlToBind D. Validate...
- Which of the following denote the property in every validation control ?
- A. ControlToValidate property B. Text property C. Both A and B D. None of these...
- Select the validation control used for “PatternMatching”?
- A. RangeValidator B. PatternValidator C. RegularExpressionValidator D. FieldValidator...
- Which of the following ASP.NET object encapsulates the state of the client ?
- A. Application object B. Session object C. Server object D. Response object...
- In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control- ?
- A. The GridView control B. The DetailsView control C. The FormView control D. The Table control...
- Which of the following languages can be used to write server side scripting in ASP.NET?
- A. VB B. C-sharp C. Both A and B D. C++...
- Which of the following languages can be used to write server side scripting in ASP.NET ?
- A. Visual Basic B. C C. C# D. All of the above...
- The technique that allow code to make function calls to .NET applications on other processes and on other machines is_____________?
- A. .NET Remoting B. .NET Threading C. .NET RMT D. None of these...
- Which class can be used to perform data type conversion between .NET data types and XML types ?
- A. XmlSettings B. XmlConvert C. XmlCast D. XmlType...
- What executable unit gets created when we build an ASP.Net application ?
- A. . EXE B. . COM C. . DLL D. None of the above...
Advertisement